Skip to content

test/regnet.py: Remove call to non-existent bitcoin rpc stop() method - #36

Open
jpentland wants to merge 1 commit into
hashplex:masterfrom
jpentland:test-regnet-remove-stop
Open

test/regnet.py: Remove call to non-existent bitcoin rpc stop() method#36
jpentland wants to merge 1 commit into
hashplex:masterfrom
jpentland:test-regnet-remove-stop

Conversation

@jpentland

Copy link
Copy Markdown

In stop method of class BitcoinNode there is a line "proxy.stop()" which
fails when executed since the class bitcoin.rpc.Proxy has no stop()
method. It seems the rpc connection is closed on object deletion and
therefore this call isn't needed.

In stop method of class BitcoinNode there is a line "proxy.stop()" which
fails when executed since the class bitcoin.rpc.Proxy has no stop()
method. It seems the rpc connection is closed on object deletion and
therefore this call isn't needed.
@jpentland

Copy link
Copy Markdown
Author

See #35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant